GH-50744: [R] Add read_ipc_file and write_ipc_file to _pkgdown.yml reference index - #50745
Conversation
|
@github-actions crossbow submit -g docs |
There was a problem hiding this comment.
Pull request overview
Updates the R package’s pkgdown reference index so read_ipc_file() and write_ipc_file() appear in the generated documentation site, addressing missing-function doc errors.
Changes:
- Added
read_ipc_fileto the “Read files” reference section. - Added
write_ipc_fileto the “Write files” reference section.
|
|
@github-actions crossbow submit preview-docs |
|
@github-actions crossbow submit test-debian-13-docs test-r-devdocs |
|
Probably those last two better than preview-docs :) |
|
Revision: b1e64ce Submitted crossbow builds: ursacomputing/crossbow @ actions-77b235368e
|
|
Revision: b1e64ce Submitted crossbow builds: ursacomputing/crossbow @ actions-8fff552a4b
|
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit d735dc9. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 3 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
Errors due to functions missing from pkgdown docs
What changes are included in this PR?
Adds them
Are these changes tested?
Will run CI
Are there any user-facing changes?
No